object fHorLine: TfHorLine Left = 283 Top = 201 BorderIcons = [] BorderStyle = bsSingle Caption = 'Horizontale Line' ClientHeight = 156 ClientWidth = 178 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 161 Height = 113 Caption = 'Configuration' TabOrder = 0 object Label1: TLabel Left = 8 Top = 19 Width = 25 Height = 12 Caption = 'Color' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 80 Top = 64 Width = 31 Height = 12 Caption = 'Width' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object Label3: TLabel Left = 8 Top = 64 Width = 20 Height = 12 Caption = 'Size' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False end object Panel1: TPanel Left = 8 Top = 35 Width = 57 Height = 20 BevelOuter = bvLowered Color = clBlack TabOrder = 0 OnClick = Panel1Click end object Edit1: TEdit Left = 80 Top = 80 Width = 33 Height = 21 TabOrder = 1 Text = '100' end object Edit2: TEdit Left = 8 Top = 80 Width = 57 Height = 21 TabOrder = 2 Text = '1' end object CheckBox1: TCheckBox Left = 118 Top = 79 Width = 32 Height = 16 Caption = '%' Checked = True Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False State = cbChecked TabOrder = 3 OnClick = CheckBox1Click end end object Button1: TButton Left = 8 Top = 132 Width = 81 Height = 20 Caption = 'Ok' Default = True Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 89 Top = 132 Width = 81 Height = 20 Caption = 'Cancel' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = Button2Click end object ColorDialog1: TColorDialog Ctl3D = True Left = 128 Top = 24 end end